home *** CD-ROM | disk | FTP | other *** search
INI File | 1994-04-26 | 7.4 KB | 187 lines |
- ; There are some predefined macros:
- ; $w --- Windows directory
- ; $y --- Windows system directory
- ; $s --- the directory where uninstal.exe resides. this should also
- ; be the original installation target directory
- ;
- ; they are defined immediately after uninstal.exe is started.
-
- ; define your own macros
-
- [macros]
-
- ; some handy macros
- f = Freeman
- fi = $f Installer
- fu = $f Uninstaller
- fs = $f Software
- pf = Project File
- rf = Resource File
- sm = (Small Model)
- mm = (Medium Model)
- cl = Class Library
- 4i = For Installer
- 4u = For Uninstaller
- csf = C++ Source File
- chf = C++ Header File
- group = $fi
-
-
- [general]
-
- ; the name of your application being uninstalled. it will be used
- ; to refer to your application in several dialog boxes
- appName = $fi v1.1 Beta
-
-
- ; the three lines of warning text in the warning dialog box
- warningTxt1 = This program will remove $fi version 1.1 beta
- warningTxt2 = from your system
- warningTxt3 = Copyright (c) 1994 $fs
-
-
- ; the text shown on the background
- bkTxt = $fu
-
-
- ; the font (including style) & font height (in point) to display
- ; the background text
- bkTxtFont = Times New Roman Bold Italic
- bkTxtH = 60
-
-
- ; the horizontal & vertical distance from the left top corner of
- ; the screen to the base point of the background text
- bkTxtX = 0
- bkTxtY = 0
-
-
- ; the color (in the format of "red, green, blue") of the background text
- bkTxtColor = 255, 0, 0
-
-
- ; minimum time (in ms) to delete a file. if the actual needed is small than
- ; this, llatsni.exe will wait. This will let the user know what is going on
- minTime = 500
-
-
-
- [files]
-
- ; one entry for one file:
- ;
- ; <filename> = <directory>, <size>, <description>
- ;
- ; e.g.
- ; install.exe = $i, 15000, Freeman Installer exe file
- ; | | | |
- ; | | | |
- ; file name | | describe what install.exe is
- ; | originally 1.5M
- ; |
- ; |
- ; it is in the installation target dir, i.e., same dir as uninstal.exe
- ;
- ;
- ; if you want to delete the directory, put '*' in place of the file name.
- ; This way all files & subdirectories in it will be deleted as well
- ;
-
- ; every user will have:
-
- install.exe = $i, 62480, $fi EXE
- llatsni.exe = $i, 58896, $f Uninstaller EXE
- install.inf = $i, 9266, Installation Info File
- llatsni.inf = $i, 7625, Uninstallation Info File
- install.hlp = $i, 60599, User Guide
- flib.h = $i, 6934, $cl Header File
- readme.txt = $i, 4704, Read me!
- vendor.wri = $i, 2816, Vendor Distribution Info
- license.wri = $i, 3200, License
- orderfrm.wri = $i, 2048, Order Form
- file_id.diz = $i, 422, Brief Description for BBS
- * = $i, 0, Install Target Directory
-
-
- ; registered user will have:
-
- ;finstall.cpp = $i, 34145, 0, Source Code $4i, 0, 0
- ;finstall.def = $i, 166, 0, Module Definition File $4i, 0, 0
- ;finstall.rc = $i, 5566, 0, $rf $4i (for VC), 0, 0
- ;finstall.h = $i, 396, 0, $rf Header $4i (for VC), 0, 0
- ;fllatsni.cpp = $i, 27781, 0, Source Code $4u, 0, 0
- ;fllatsni.def = $i, 166, 0, Module Definition File $4u, 0, 0
- ;fllatsni.rc = $i, 3169, 0, $rf $4u (for VC), 0, 0
- ;fllatsni.h = $i, 396, 0, $rf Header $4u (for VC), 0, 0
- ;iconfins.ico = $i, 766, 0, Icon File (for VC), 0, 0
- ;iconflla.ico = $i, 766, 0, Icon File (for VC), 0, 0
- ;iconhard.ico = $i, 766, 0, Icon File (for VC), 0, 0
- ;iconsetu.ico = $i, 766, 0, Icon File (for VC), 0, 0
- ;finstall.res = $i, 3935, 0, Compiled $rf $4i (for BC), 0, 0
- ;fllatsni.res = $i, 2953, 0, Compiled $rf $4u (for BC), 0, 0
- ;b31finss.prj = $i, 4464, 0, BC31 $pf $sm $4i, 0, 0
- ;b31finsm.prj = $i, 4432, 0, BC31 $pf $mm $4i, 0, 0
- ;b31fllas.prj = $i, 4464, 0, BC31 $pf $sm $4u, 0, 0
- ;b31fllam.prj = $i, 4432, 0, BC31 $pf $mm $4u, 0, 0
- ;b31flibs.lib = $i, 57856, 0, BC31 $cl $sm, 0, 0
- ;b31flibm.lib = $i, 61440, 0, BC31 $cl $mm, 0, 0
- ;v10finss.mak = $i, 2167, 0, VC10 $pf $sm $4i, 0, 0
- ;v10finsm.mak = $i, 2171, 0, VC10 $pf $mm $4i, 0, 0
- ;v10fllas.mak = $i, 2167, 0, VC10 $pf $sm $4u, 0, 0
- ;v10fllam.mak = $i, 2171, 0, VC10 $pf $mm $4u, 0, 0
- ;v10flibs.lib = $i, 74889, 0, VC10 $cl $sm, 0, 0
- ;v10flibm.lib = $i, 77969, 0, VC10 $cl $mm, 0, 0
- ;v15finss.mak = $i, 2167, 0, VC15 $pf $sm $4i, 0, 0
- ;v15finsm.mak = $i, 2171, 0, VC15 $pf $mm $4i, 0, 0
- ;v15fllas.mak = $i, 2167, 0, VC15 $pf $sm $4u, 0, 0
- ;v15fllam.mak = $i, 2171, 0, VC15 $pf $mm $4u, 0, 0
- ;v15flibs.lib = $i, 74889, 0, VC15 $cl $sm, 0, 0
- ;v15flibm.lib = $i, 77969, 0, VC15 $cl $mm, 0, 0
-
-
- ; source code porter will have:
-
- ;b31flibs.prj = $i, 8937, 0, BC31 $pf $sm, 0, 0
- ;b31flibm.prj = $i, 8937, 0, BC31 $pf $mm, 0, 0
- ;v10flibs.mak = $i, 3652, 0, VC10 $pf $sm, 0, 0
- ;v10flibm.mak = $i, 3656, 0, VC10 $pf $mm, 0, 0
- ;v15flibs.mak = $i, 3652, 0, VC15 $pf $sm, 0, 0
- ;v15flibm.mak = $i, 3656, 0, VC15 $pf $mm, 0, 0
- ;wpublic.cpp = $i, 10787, 0, $csf, 0, 0
- ;public.cpp = $i, 7116, 0, $csf, 0, 0
- ;dcontext.cpp = $i, 14621, 0, $csf, 0, 0
- ;procinst.cpp = $i, 981, 0, $csf, 0, 0
- ;dlgprog.cpp = $i, 6294, 0, $csf, 0, 0
- ;irect.cpp = $i, 4386, 0, $csf, 0, 0
- ;dstring.cpp = $i, 2028, 0, $csf, 0, 0
- ;fileh.cpp = $i, 604, 0, $csf, 0, 0
- ;installr.cpp = $i, 50798, 0, $csf, 0, 0
- ;dde.cpp = $i, 5874, 0, $csf, 0, 0
- ;kdrive.cpp = $i, 2038, 0, $csf, 0, 0
- ;msgbox.cpp = $i, 3802, 0, $csf, 0, 0
-
- ;wpublic.h = $i, 2451, 0, $chf, 0, 0
- ;public.h = $i, 1182, 0, $chf, 0, 0
- ;dcontext.h = $i, 3103, 0, $chf, 0, 0
- ;procinst.h = $i, 428, 0, $chf, 0, 0
- ;dlgprog.h = $i, 921, 0, $chf, 0, 0
- ;irect.h = $i, 708, 0, $chf, 0, 0
- ;dstring.h = $i, 1000, 0, $chf, 0, 0
- ;fileh.h = $i, 174, 0, $chf, 0, 0
- ;installr.h = $i, 4827, 0, $chf, 0, 0
- ;dde.h = $i, 1871, 0, $chf, 0, 0
- ;msgbox.h = $i, 184, 0, $chf, 0, 0
- ;ptrsetup.h = $i, 280, 0, $chf, 0, 0
-
-
-
- [items]
-
- ; one entry for one program item:
- ;
- ; <itemname> = <groupname>
- ;
- ; if you want to delete the group, put '*' in place of the item name
-
- * = $group
-